Wiki

Clone wiki

inf225public / glossary / Application binary interface

[Alphabetical Index | Tag Index]

Application binary interface*

Specifies how software modules or components interact with each other at the machine code level. Typically includes such things function calling conventions (whether arguments are passed on the stack or in registers, and so on), the binary layout of data structures and how system calls are done.

[Wikipedia]

Updated